Skip to main content

Curbside Pickup Implementation Guide

This guide explains how to successfully implement a curb-side use case using Bluedot.

SDK Implementation

When implementing the SDK we want to make sure to track the location of the users during the life-cycle of an order. This means that we want to start the SDK when the user places an order, and turn it off when it leaves the store.

In this guide, we’ll cover when to call the main SDK methods required for a curbside use case.

StepFunctionalityDocumentation
1InitializeAndroidiOS
2setCustomEventMetaDataAndroidiOS
3Start TempoAndroidiOS
4Start Geo-triggeringAndroidiOS
5enterZone event callbackAndroidiOS
6Stop TempoAndroidiOS
7exitZone event callbackAndroidiOS
8Stop Geo-triggeringAndroidiOS